Execution |
![]() |
Stack machine model | |
![]() |
One Java stack per thread | |
![]() |
Java stack contains frames | |
![]() |
All instructions use the operand stack | |
![]() |
Local variables are per method invocation | |
![]() |
Method invocation arguments are pushed on the operand stack | |
![]() |
Separate (per thread) "C" stack |